@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?5pc9mm');
    src: url('../fonts/icomoon.eot?5pc9mm#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?5pc9mm') format('truetype'), url('../fonts/icomoon.woff?5pc9mm') format('woff'), url('../fonts/icomoon.svg?5pc9mm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* html,
body {
    margin: 0;
    padding: 0;
} */

ul,
ol,
dl {
    list-style: none;
}

em,
i {
    font-style: normal;
}

a,
a:hover {
    text-decoration: none;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}